home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / storage / function / scsi / add / devtable.scr < prev    next >
Encoding:
Text File  |  1994-08-12  |  585 b   |  26 lines

  1. * Prints the currently loaded drivers, and prints
  2. * the device table for the device driver specified
  3. * in the script SCSICOM.SCR
  4.  
  5. @THREAD DEVTABLE.LOG
  6. @NEWALIAS SADD SCSIADD.GRA
  7. SADD DD_OPEN
  8.  
  9. * 0=Async mode, 1=Sync mode
  10. SADD SET MODE=1
  11.  
  12. * prints the loaded drivers
  13. SADD DD_GETDRIVERS
  14.  
  15. * importing the script file where the keywords
  16. * are SET that are common to SCSIADD such as 
  17. * DRVNAME which is the name of the driver and 
  18. * UNITHANDLE which is the handle for the device
  19. @IMPORT SCSICOM.SCR
  20.  
  21. * prints the device table
  22. SADD DD_GETDEVICETABLE
  23.  
  24. SADD DD_CLOSE
  25.  
  26.